home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 054a / count_26.zip / COUNT!.INI < prev    next >
INI File  |  1993-02-15  |  2KB  |  38 lines

  1. {    A COUNT.INI file controls what COUNT! does in launching an application. }
  2. {    This file must be edited prior to using COUNT! to accomplish anything   }
  3. {    Meaningful.                                                             }
  4. {                                                                            }
  5. {    COUNT!.INI consists of a number of applications "Sections" containing   }
  6. {    keywords describing how to launch each application.  Each section       }
  7. {    begins with the ApplicationName in square brackets.  Keywords can be    }
  8. {    any of the following:                                                   }
  9. {                                                                            }
  10. {          Connect=Network connection command                                }
  11. {          ConnectDrive=Drive:,\\Server\Service%Name,Password|*              }
  12. {                                                             (Win 3.1 Only!)}
  13. {          StartDirectory=Starting directory                                 }
  14. {          Execute=Program invocation command                                }
  15. {          Disconnect=Network disconnection command                          }
  16. {          CountFile=R/W file which holds the current users/license counts   }
  17. {          MaxUsers=Number of users that can use the program simultaneously  }
  18. {          UpdateLicense=Number of minutes between updates of the CountFile  }
  19. {                  The default is 5.  A 0 inhibits updates.                  }
  20. {                                                                            }
  21. {          All commands other than Execute are optional.                     }
  22. {                                                                            }
  23. {          If a CountFile is used, a DOS environment variable must exist     }
  24. {          prior to entering Windows which provides a user name.             }
  25. {                                                                            }
  26. {    A simple example Follows.  Please remove these from your file           }
  27.  
  28. [MS_Excel]
  29. Connect=USE E:\\MyServer\ExcelProgram /R
  30. Execute=E:\EXCEL\Excel.EXE
  31. Disconnect=USE E: /D
  32.  
  33. [MS_Project]
  34. Execute=L:\WinProj\Project.EXE
  35. StartDirectory=c:\Project
  36. CountFile=Q:\Licenses\Licenses.Dat
  37. MaxUsers=10
  38.